-
Notifications
You must be signed in to change notification settings - Fork 8.1k
dts: arm: nordic: nrf5340: Add missing ranges property for QSPI #97704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Give me one sec it files on my end ... let me check more
dts/arm/nordic/nrf5340_cpuapp.dtsi
Outdated
#size-cells = <1>; | ||
ranges = <0x0 0x50000000 0x10000000>; | ||
ranges = <0x0 0x50000000 0x10000000>, | ||
<0x1 0x10000000 0x10000000>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why 0x01 and not 0x10000000?
This was missing the XIP region Signed-off-by: Jamie McCrae <[email protected]>
|
This was missing the XIP region